:root {
  --hs-navy: #0b1f33;
  --hs-blue: #155e9f;
  --hs-teal: #1f6f8b;
  --hs-green: #12a36a;
  --hs-gold: #b8872b;
  --hs-ink: #182534;
  --hs-muted: #5d6b7a;
  --hs-line: #d8e0e8;
  --hs-soft: #f3f6f9;
  --hs-white: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body.hs-site {
  color: var(--hs-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  background: var(--hs-white);
  padding-top: 88px;
}

.hs-site a {
  color: var(--hs-blue);
}

.hs-site a:hover,
.hs-site a:focus {
  color: var(--hs-teal);
}

.hs-site img {
  height: auto;
}

.main-header.hs-header {
  height: 88px;
  background: var(--hs-white);
}

.hs-header .header-nav {
  min-height: 88px;
  background: rgba(255, 255, 255, 0.98) !important;
  border-bottom: 1px solid rgba(16, 42, 67, 0.1);
  box-shadow: 0 10px 30px rgba(16, 42, 67, 0.08);
}

.hs-header .container-fluid {
  max-width: 1340px;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.hs-header .menuzord {
  padding: 0;
  background: transparent;
}

.hs-header .menuzord-brand {
  margin: 10px 18px 0 0 !important;
}

.hs-header .menuzord-brand img {
  max-height: 66px;
  width: auto;
}

.hs-header .menuzord-menu > li {
  background: transparent !important;
}

.hs-header .menuzord-menu > li > a {
  color: var(--hs-navy) !important;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22px;
  padding: 33px 8px 31px;
  text-transform: none;
}

.hs-header .menuzord-menu > li.active > a,
.hs-header .menuzord-menu > li > a:hover {
  color: var(--hs-blue) !important;
}

.hs-header .dropdown {
  border: 1px solid var(--hs-line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(16, 42, 67, 0.16);
  overflow: hidden;
}

.hs-header .dropdown li {
  background: var(--hs-white) !important;
}

.hs-header .dropdown li a {
  color: var(--hs-navy);
  font-size: 13px;
  padding: 11px 16px;
}

.hs-header .dropdown li a:hover {
  background: var(--hs-soft);
  color: var(--hs-blue);
}

.hs-header .menuzord-menu > li.hs-nav-cta > a {
  color: var(--hs-white) !important;
  background: var(--hs-blue);
  border-radius: 8px;
  margin-top: 24px;
  padding: 10px 14px;
}

.hs-header .menuzord-menu > li.hs-nav-cta > a:hover {
  background: var(--hs-navy);
  color: var(--hs-white) !important;
}

.hs-section {
  padding: 78px 0;
}

.hs-section-sm {
  padding: 54px 0;
}

.hs-section-alt {
  background: var(--hs-soft);
}

.hs-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--hs-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.hs-eyebrow:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background: var(--hs-gold);
}

.hs-title,
.hs-site .title {
  color: var(--hs-navy) !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.22;
  margin: 0 0 14px;
  padding: 0;
  text-transform: none;
  font-variant: normal;
}

.hs-lead {
  color: var(--hs-muted);
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 24px;
}

.hs-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--hs-white);
  background:
    linear-gradient(90deg, rgba(7, 43, 69, 0.93) 0%, rgba(9, 89, 122, 0.82) 52%, rgba(15, 139, 141, 0.68) 100%),
    url("../new-image/banner-digialya.jpg") center/cover no-repeat;
}

.hs-hero:after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 96px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, var(--hs-white) 100%);
  pointer-events: none;
}

.hs-hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 80px 0 120px;
}

.hs-hero h1,
.main-heading-banner {
  color: var(--hs-white) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 52px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0 0 20px;
}

.hs-hero p,
.main-subheading {
  color: rgba(255,255,255,0.9) !important;
  font-size: 19px !important;
  line-height: 1.75 !important;
  margin: 0 0 28px;
  padding: 0 !important;
  text-align: left;
}

.hs-hero-media {
  position: absolute;
  z-index: 1;
  right: 5%;
  bottom: 46px;
  width: 42%;
  max-width: 560px;
  opacity: 0.92;
}

.hs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.hs-btn,
.hs-site .btn-theme-colored,
.hs-site a.btn.pro_btn.get,
.hs-site .pro_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  color: var(--hs-white) !important;
  background: var(--hs-blue) !important;
  border: 1px solid var(--hs-blue) !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.2;
  padding: 12px 18px !important;
  text-transform: none !important;
  box-shadow: none;
}

.hs-btn:hover,
.hs-site .btn-theme-colored:hover,
.hs-site a.btn.pro_btn.get:hover,
.hs-site .pro_btn:hover {
  color: var(--hs-white) !important;
  background: var(--hs-navy) !important;
  border-color: var(--hs-navy) !important;
}

.hs-btn.hs-btn-light {
  color: var(--hs-navy) !important;
  background: var(--hs-white) !important;
  border-color: rgba(255,255,255,0.85) !important;
}

.hs-btn.hs-btn-light:hover {
  color: var(--hs-white) !important;
  background: transparent !important;
}

.hs-btn.hs-btn-outline {
  color: var(--hs-blue) !important;
  background: transparent !important;
  border-color: var(--hs-blue) !important;
}

.hs-btn.hs-btn-outline:hover {
  color: var(--hs-white) !important;
  background: var(--hs-blue) !important;
}

.hs-proof {
  position: relative;
  z-index: 3;
  margin-top: -42px;
}

.hs-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--hs-line);
  border-radius: 8px;
  background: var(--hs-line);
  box-shadow: 0 18px 45px rgba(16, 42, 67, 0.12);
}

.hs-proof-item {
  min-height: 108px;
  background: var(--hs-white);
  padding: 24px;
}

.hs-proof-item strong {
  display: block;
  color: var(--hs-navy);
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 8px;
}

.hs-proof-item span {
  color: var(--hs-muted);
  font-size: 13px;
  font-weight: 700;
}

.hs-card,
.hs-site .post.bg-white,
.hs-site .icon-box,
.hs-site .pricing {
  height: 100%;
  background: var(--hs-white) !important;
  border: 1px solid var(--hs-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 30px rgba(16, 42, 67, 0.07);
}

.hs-card {
  padding: 26px;
}

.hs-card:hover,
.hs-site .post.bg-white:hover,
.hs-site .icon-box:hover {
  border-color: rgba(11, 111, 164, 0.38) !important;
  box-shadow: 0 18px 42px rgba(16, 42, 67, 0.12);
}

.hs-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  color: var(--hs-white);
  background: var(--hs-blue);
  border-radius: 8px;
  font-size: 20px;
  margin-bottom: 18px;
}

.hs-card h3,
.hs-card h4,
.hs-site .entry-title,
.hs-site .media-heading {
  color: var(--hs-navy);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0 !important;
  line-height: 1.3;
  margin: 0 0 10px;
  text-transform: none !important;
}

.hs-card p,
.hs-site .post p,
.hs-site .icon-box p {
  color: var(--hs-muted);
  font-size: 15px;
  line-height: 1.7;
}

.hs-grid-2,
.hs-grid-3,
.hs-grid-4 {
  display: grid;
  gap: 22px;
}

.hs-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.hs-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.hs-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.hs-pricing-hero .hs-actions {
  margin-top: 24px;
}

.hs-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.hs-pricing-card {
  position: relative;
  min-height: 100%;
  background: var(--hs-white);
  border: 1px solid var(--hs-line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(16, 42, 67, 0.07);
  padding: 28px;
}

.hs-pricing-card.featured {
  border-color: rgba(21, 94, 159, 0.4);
  box-shadow: 0 18px 44px rgba(21, 94, 159, 0.14);
}

.hs-pricing-card .hs-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  color: var(--hs-white);
  background: var(--hs-green);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  padding: 5px 10px;
  text-transform: uppercase;
}

.hs-pricing-card h3 {
  color: var(--hs-navy);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 10px;
}

.hs-pricing-card p {
  color: var(--hs-muted);
  margin-bottom: 18px;
}

.hs-pricing-card ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.hs-pricing-card li {
  position: relative;
  color: var(--hs-ink);
  font-size: 14px;
  line-height: 1.55;
  padding-left: 24px;
}

.hs-pricing-card li:before {
  content: "\f00c";
  position: absolute;
  top: 1px;
  left: 0;
  color: var(--hs-green);
  font-family: FontAwesome;
}

.hs-pricing-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  gap: 28px;
  align-items: stretch;
}

.hs-commercial-list {
  display: grid;
  gap: 14px;
}

.hs-commercial-list div {
  background: #f7fafd;
  border: 1px solid #e2ebf2;
  border-radius: 8px;
  padding: 15px;
}

.hs-commercial-list strong {
  display: block;
  color: var(--hs-navy);
  font-size: 15px;
  margin-bottom: 4px;
}

.hs-commercial-list span {
  color: var(--hs-muted);
  display: block;
  font-size: 14px;
  line-height: 1.6;
}

.hs-feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.hs-feature-list li {
  position: relative;
  padding-left: 28px;
  color: var(--hs-ink);
  background: transparent !important;
}

.hs-feature-list li:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--hs-green);
  font-family: FontAwesome;
}

.hs-band {
  color: var(--hs-white);
  background: linear-gradient(135deg, var(--hs-navy), var(--hs-blue));
}

.hs-band .hs-title,
.hs-band .hs-lead,
.hs-band p {
  color: var(--hs-white) !important;
}

.hs-process {
  counter-reset: hs-step;
}

.hs-step {
  position: relative;
  padding: 26px 24px 24px 74px;
}

.hs-step:before {
  counter-increment: hs-step;
  content: counter(hs-step);
  position: absolute;
  left: 24px;
  top: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: var(--hs-white);
  background: var(--hs-teal);
  border-radius: 8px;
  font-weight: 800;
}

.hs-contact-panel,
.hs-form-panel {
  background: var(--hs-white);
  border: 1px solid var(--hs-line);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(16, 42, 67, 0.1);
  padding: 30px;
}

.hs-site .form-control {
  height: 46px;
  border: 1px solid var(--hs-line);
  border-radius: 8px;
  color: var(--hs-ink);
  box-shadow: none;
}

.hs-site textarea.form-control {
  height: auto;
}

.hs-site .form-control:focus {
  border-color: var(--hs-blue);
  box-shadow: 0 0 0 3px rgba(11, 111, 164, 0.12);
}

.hs-site .input-background-color {
  background: var(--hs-white) !important;
}

.hs-page-hero {
  color: var(--hs-white);
  padding: 84px 0;
  background:
    linear-gradient(90deg, rgba(16, 42, 67, 0.94), rgba(11, 111, 164, 0.86)),
    url("../new-image/banner.jpg") center/cover no-repeat;
}

.hs-page-hero h1 {
  color: var(--hs-white);
  font-size: 42px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 14px;
}

.hs-page-hero p {
  color: rgba(255,255,255,0.88);
  font-size: 18px;
  max-width: 740px;
  margin: 0;
}

.main-content > section#services:first-of-type {
  padding: 78px 0 !important;
  background:
    linear-gradient(90deg, rgba(16, 42, 67, 0.95), rgba(11, 111, 164, 0.84)),
    url("../new-image/banner.jpg") center/cover no-repeat !important;
}

.main-content > section#services:first-of-type .row {
  display: flex;
  align-items: center;
}

.main-content > section#services:first-of-type img {
  max-height: 320px;
  object-fit: contain;
}

.main-content > section#services:first-of-type h1,
.main-content > section#services:first-of-type h2 {
  margin-top: 0;
}

.service_item img {
  width: auto !important;
  max-width: 82px;
  max-height: 82px;
  padding-bottom: 0 !important;
  margin-bottom: 16px;
}

.hs-site .entry-content {
  min-height: 220px;
  border: 0 !important;
  padding: 28px 24px !important;
}

.hs-site .bg-silver-light {
  background: var(--hs-soft) !important;
}

.hs-site .ptp-plan {
  height: auto !important;
  min-height: 78px;
  color: var(--hs-white) !important;
  background: var(--hs-blue) !important;
  border-color: var(--hs-blue) !important;
}

.hs-site .pricing-list li {
  color: var(--hs-ink) !important;
  background: transparent !important;
  border-color: var(--hs-line);
}

.hs-legal {
  padding: 58px 0 78px;
}

.hs-legal h2,
.hs-legal h3,
.hs-legal h4 {
  color: var(--hs-navy);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

.hs-legal li {
  margin-bottom: 8px;
  background: transparent !important;
}

.hs-footer {
  color: rgba(255,255,255,0.82);
  background:
    linear-gradient(135deg, rgba(16, 42, 67, 0.96), rgba(8, 74, 105, 0.95)),
    url("../new-image/computer-coffee-banner.jpg") center/cover no-repeat !important;
}

.hs-footer .container {
  padding-top: 58px;
  padding-bottom: 40px;
}

.hs-footer h3,
.hs-footer h4 {
  color: var(--hs-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 18px;
  text-transform: none;
}

.hs-footer p,
.hs-footer li,
.hs-footer a {
  color: rgba(255,255,255,0.82) !important;
  font-size: 14px;
}

.hs-footer a:hover {
  color: var(--hs-white) !important;
}

.hs-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hs-footer li {
  margin-bottom: 8px;
  background: transparent !important;
}

.hs-footer-brand img {
  max-height: 64px;
  width: auto;
  margin-bottom: 16px;
  background: var(--hs-white);
  border-radius: 8px;
  padding: 6px;
}

.hs-footer-contact strong {
  color: var(--hs-white);
}

.hs-footer-bottom {
  background: rgba(3, 24, 38, 0.55);
  border-top: 1px solid rgba(255,255,255,0.12);
}

.hs-footer-bottom .container {
  padding-top: 16px;
  padding-bottom: 16px;
}

.scrollToTop {
  background: var(--hs-blue);
}

@media (max-width: 1199px) {
  .hs-header .menuzord-menu > li > a {
    font-size: 12px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .hs-hero-media {
    opacity: 0.3;
  }
}

@media (max-width: 991px) {
  body.hs-site {
    padding-top: 78px;
  }

  .main-header.hs-header,
  .hs-header .header-nav {
    min-height: 78px;
    height: auto;
  }

  .hs-header .menuzord-brand img {
    max-height: 56px;
  }

  .hs-header .menuzord-menu > li > a,
  .hs-header .menuzord-menu > li.hs-nav-cta > a {
    margin-top: 0;
    padding: 13px 16px;
  }

  .hs-hero {
    min-height: 560px;
  }

  .hs-hero h1,
  .main-heading-banner {
    font-size: 40px !important;
  }

  .hs-hero-media {
    display: none;
  }

  .hs-grid-2,
  .hs-grid-3,
  .hs-grid-4,
  .hs-pricing-grid,
  .hs-proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hs-pricing-info-grid {
    grid-template-columns: 1fr;
  }

  .main-content > section#services:first-of-type .row {
    display: block;
  }
}

@media (max-width: 767px) {
  body.hs-site {
    padding-top: 72px;
  }

  .hs-header .container-fluid {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .hs-header .menuzord-brand {
    margin-top: 8px !important;
  }

  .hs-header .menuzord-brand img {
    max-height: 50px;
  }

  .hs-section {
    padding: 54px 0;
  }

  .hs-hero {
    min-height: 500px;
  }

  .hs-hero-content {
    padding: 58px 0 90px;
  }

  .hs-hero h1,
  .main-heading-banner,
  .hs-page-hero h1 {
    font-size: 32px !important;
  }

  .hs-hero p,
  .main-subheading,
  .hs-page-hero p {
    font-size: 16px !important;
  }

  .hs-title,
  .hs-site .title {
    font-size: 28px;
  }

  .hs-grid-2,
  .hs-grid-3,
  .hs-grid-4,
  .hs-pricing-grid,
  .hs-proof-grid,
  .hs-feature-list {
    grid-template-columns: 1fr;
  }

  .hs-proof {
    margin-top: 0;
  }

  .hs-proof-grid {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  .hs-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hs-actions .hs-btn {
    width: 100%;
  }

  .hs-contact-panel,
  .hs-form-panel {
    padding: 22px;
  }
}

/* Corporate refinement */
body.hs-site {
  background: #ffffff;
}

.hs-header .header-nav {
  border-bottom: 1px solid #d9e1ea;
  box-shadow: 0 4px 18px rgba(11, 31, 51, 0.08);
}

.hs-header .menuzord-menu > li > a {
  color: #1d2d3f !important;
  font-size: 12px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.hs-header .menuzord-menu > li.hs-nav-cta > a {
  border-radius: 4px;
  box-shadow: none;
}

.hs-section {
  padding: 64px 0;
}

.hs-section-alt {
  background: #f3f6f9;
}

.hs-eyebrow {
  color: #155e9f;
  font-size: 12px;
  letter-spacing: 0.8px;
}

.hs-eyebrow:before {
  background: #b8872b;
}

.hs-title,
.hs-site .title {
  color: #0b1f33 !important;
  font-size: 32px;
  line-height: 1.24;
}

.hs-lead {
  color: #5d6b7a;
  font-size: 16px;
}

.hs-hero {
  min-height: 470px;
  background-image:
    linear-gradient(90deg, rgba(8, 26, 43, 0.98) 0%, rgba(12, 47, 77, 0.95) 58%, rgba(21, 94, 159, 0.84) 100%),
    url("../new-image/banner-mac.png");
  background-position: center, right 54px center;
  background-repeat: no-repeat;
  background-size: auto, auto 78%;
}

.hs-hero:after {
  display: none;
}

.hs-hero-content {
  max-width: 640px;
  padding: 64px 0;
}

.hs-hero h1,
.main-heading-banner {
  font-size: 40px;
  line-height: 1.14;
}

.hs-hero p,
.main-subheading {
  font-size: 17px !important;
  max-width: 620px;
}

.hs-hero-media {
  right: 6%;
  bottom: 28px;
  width: 26%;
  max-width: 320px;
  max-height: 255px;
  object-fit: contain;
  opacity: 0.62;
}

.hs-proof {
  margin-top: 0;
  background: #ffffff;
  border-bottom: 1px solid #d8e0e8;
}

.hs-proof-grid {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.hs-proof-item {
  min-height: 94px;
  border-right: 1px solid #d8e0e8;
  padding: 22px 20px;
}

.hs-proof-item:last-child {
  border-right: 0;
}

.hs-proof-item strong {
  font-size: 22px;
}

.hs-card,
.hs-site .post.bg-white,
.hs-site .icon-box,
.hs-site .pricing,
.hs-contact-panel,
.hs-form-panel {
  border-color: #d8e0e8 !important;
  border-radius: 4px !important;
  box-shadow: 0 8px 22px rgba(11, 31, 51, 0.06);
}

.hs-card:hover,
.hs-site .post.bg-white:hover,
.hs-site .icon-box:hover {
  border-color: #b8c8d8 !important;
  box-shadow: 0 12px 30px rgba(11, 31, 51, 0.08);
}

.hs-card-icon {
  background: #eef4fa;
  color: #155e9f;
  border: 1px solid #d8e0e8;
  border-radius: 4px;
}

.hs-btn,
.hs-site .btn-theme-colored,
.hs-site a.btn.pro_btn.get,
.hs-site .pro_btn {
  min-height: 42px;
  border-radius: 4px !important;
  background: #155e9f !important;
  border-color: #155e9f !important;
  box-shadow: none;
}

.hs-btn:hover,
.hs-site .btn-theme-colored:hover,
.hs-site a.btn.pro_btn.get:hover,
.hs-site .pro_btn:hover {
  background: #0b1f33 !important;
  border-color: #0b1f33 !important;
}

.hs-btn.hs-btn-light {
  color: #0b1f33 !important;
  background: #ffffff !important;
  border-color: #ffffff !important;
}

.hs-btn.hs-btn-outline {
  color: #155e9f !important;
  background: #ffffff !important;
  border-color: #b8c8d8 !important;
}

.hs-btn.hs-btn-outline:hover {
  color: #ffffff !important;
  background: #155e9f !important;
  border-color: #155e9f !important;
}

.hs-band,
.hs-page-hero {
  background: linear-gradient(135deg, #081a2b 0%, #0b1f33 54%, #155e9f 100%) !important;
}

.hs-page-hero {
  padding: 62px 0;
}

.hs-page-hero h1 {
  font-size: 36px;
}

.hs-form-panel form label {
  color: #182534;
  font-size: 13px;
  font-weight: 700;
}

.hs-site .form-control {
  border-radius: 4px;
}

.hs-contact-layout {
  align-items: stretch;
}

.hs-contact-map iframe {
  display: block;
  width: 100%;
  min-height: 340px;
  border: 0;
}

.hs-footer {
  background: #081a2b !important;
}

@media (max-width: 991px) {
  .hs-hero {
    background: linear-gradient(135deg, #081a2b 0%, #155e9f 100%);
  }
}

@media (max-width: 767px) {
  .hs-section {
    padding: 46px 0;
  }

  .hs-hero h1,
  .main-heading-banner,
  .hs-page-hero h1 {
    font-size: 30px !important;
  }

  .hs-proof-item {
    border-right: 0;
    border-bottom: 1px solid #d8e0e8;
  }
}

/* Detailed product and services pages */
.hs-service-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 62px 0 56px;
  background:
    linear-gradient(135deg, rgba(8, 26, 43, 0.96), rgba(21, 94, 159, 0.9)),
    url("../new-image/banner-digialya.jpg") center/cover no-repeat;
}

.hs-service-hero:after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 420px;
  height: 420px;
  border: 54px solid rgba(12, 180, 206, 0.18);
  border-radius: 50%;
  pointer-events: none;
}

.hs-service-hero .container {
  position: relative;
  z-index: 2;
}

.hs-service-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) 340px;
  gap: 34px;
  align-items: center;
}

.hs-service-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #0CB4CE;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.8px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.hs-service-badge:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #0CB4CE;
}

.hs-service-hero h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.12;
  margin: 0 0 18px;
}

.hs-service-hero p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.75;
  margin: 0 0 26px;
}

.hs-service-hero-media {
  justify-self: end;
  max-width: 340px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.22);
  text-align: center;
}

.hs-service-hero-media img {
  width: auto;
  max-width: 230px;
  max-height: 190px;
  object-fit: contain;
  margin: 0 auto;
}

.hs-service-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.hs-service-meta div {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 10px;
  padding: 14px;
}

.hs-service-meta strong {
  display: block;
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.1;
}

.hs-service-meta span {
  color: rgba(255,255,255,0.75);
  font-size: 12px;
}

.hs-btn.hs-btn-ghost {
  color: #fff !important;
  background: transparent !important;
  border-color: rgba(255,255,255,0.72) !important;
}

.hs-btn.hs-btn-ghost:hover {
  color: #0b1f33 !important;
  background: #fff !important;
  border-color: #fff !important;
}

.hs-service-nav {
  background: #fff;
  border-bottom: 1px solid #d8e0e8;
}

.hs-service-nav .container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.hs-service-nav a {
  color: #155e9f;
  background: #f3f6f9;
  border: 1px solid #d8e0e8;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  padding: 8px 14px;
}

.hs-service-nav a:hover {
  background: #155e9f;
  border-color: #155e9f;
  color: #fff;
}

.hs-service-section {
  padding: 70px 0;
}

.hs-service-section.alt {
  background: #f3f6f9;
}

.hs-service-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.hs-service-heading.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.hs-service-heading h2 {
  color: #0b1f33;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.18;
  margin: 0 0 12px;
}

.hs-service-heading p {
  color: #5d6b7a;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}

.hs-service-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.8fr);
  gap: 34px;
  align-items: start;
}

.hs-service-panel {
  background: #fff;
  border: 1px solid #d8e0e8;
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(11, 31, 51, 0.07);
  padding: 30px;
}

.hs-service-panel h3 {
  color: #0b1f33;
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 14px;
}

.hs-service-panel p {
  color: #5d6b7a;
  line-height: 1.75;
}

.hs-detail-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.hs-detail-list li {
  position: relative;
  color: #182534;
  background: #f7fafd !important;
  border: 1px solid #e2ebf2;
  border-radius: 10px;
  padding: 12px 12px 12px 40px;
}

.hs-detail-list li:before {
  content: "\f00c";
  position: absolute;
  left: 14px;
  top: 12px;
  color: #12a36a;
  font-family: FontAwesome;
}

.hs-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.hs-detail-card {
  background: #fff;
  border: 1px solid #d8e0e8;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(11, 31, 51, 0.06);
  padding: 24px;
}

.hs-detail-card .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #155e9f;
  background: #eef6fb;
  border-radius: 8px;
  margin-bottom: 16px;
}

.hs-detail-card .icon i,
.hs-usecase span i,
.hs-card-icon i {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.hs-detail-card h3 {
  color: #0b1f33;
  font-size: 19px;
  font-weight: 800;
  margin: 0 0 9px;
}

.hs-detail-card p {
  color: #5d6b7a;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.hs-usecase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.hs-usecase {
  background: #fff;
  border: 1px solid #d8e0e8;
  border-radius: 14px;
  color: #0b1f33;
  font-weight: 800;
  min-height: 108px;
  padding: 20px;
}

.hs-usecase span {
  display: block;
  color: #0CB4CE;
  font-size: 22px;
  margin-bottom: 9px;
}

.hs-process-grid {
  counter-reset: service-step;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.hs-process-card {
  position: relative;
  background: #fff;
  border: 1px solid #d8e0e8;
  border-radius: 16px;
  padding: 28px 22px 22px;
}

.hs-process-card:before {
  counter-increment: service-step;
  content: counter(service-step);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #fff;
  background: #155e9f;
  border-radius: 999px;
  font-weight: 800;
  margin-bottom: 15px;
}

.hs-process-card h3 {
  color: #0b1f33;
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 8px;
}

.hs-process-card p {
  color: #5d6b7a;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

.hs-service-cta {
  color: #fff;
  background: linear-gradient(135deg, #0b1f33, #155e9f);
  padding: 52px 0;
}

.hs-service-cta .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.hs-service-cta h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  margin: 0 0 8px;
}

.hs-service-cta p {
  color: rgba(255,255,255,0.86);
  margin: 0;
}

.hs-service-pricing-section {
  background: #ffffff;
}

.hs-rate-card {
  background: #ffffff;
  border: 1px solid #d8e0e8;
  border-radius: 12px;
  box-shadow: 0 16px 38px rgba(11, 31, 51, 0.08);
  overflow: hidden;
}

.hs-rate-source {
  color: #155e9f;
  background: #eef6fb;
  border-bottom: 1px solid #d8e0e8;
  font-size: 13px;
  font-weight: 800;
  padding: 14px 20px;
}

.hs-rate-table-wrap {
  overflow-x: auto;
}

.hs-rate-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  margin: 0;
}

.hs-rate-table th,
.hs-rate-table td {
  border-bottom: 1px solid #e2ebf2;
  padding: 15px 18px;
  text-align: left;
  vertical-align: top;
}

.hs-rate-table th {
  color: #0b1f33;
  background: #f7fafd;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.hs-rate-table td {
  color: #182534;
  font-size: 14px;
  line-height: 1.6;
}

.hs-price-notes {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 22px 24px 0;
}

.hs-price-notes li {
  position: relative;
  color: #5d6b7a;
  background: transparent !important;
  font-size: 14px;
  line-height: 1.6;
  padding-left: 26px;
}

.hs-price-notes li:before {
  content: "\f05a";
  position: absolute;
  left: 0;
  top: 1px;
  color: #0CB4CE;
  font-family: FontAwesome;
}

.hs-rate-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 24px;
}

@media (max-width: 991px) {
  .hs-service-hero-grid,
  .hs-service-two-col,
  .hs-service-cta .container {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hs-detail-grid,
  .hs-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hs-usecase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hs-service-hero-media {
    justify-self: start;
  }
}

@media (max-width: 767px) {
  .hs-service-hero {
    padding: 54px 0;
  }

  .hs-service-hero h1,
  .hs-service-heading h2 {
    font-size: 30px;
  }

  .hs-service-meta,
  .hs-detail-grid,
  .hs-process-grid,
  .hs-usecase-grid {
    grid-template-columns: 1fr;
  }

  .hs-service-section {
    padding: 48px 0;
  }

  .hs-rate-table {
    min-width: 620px;
  }
}

/* Digialaya-inspired corporate refresh */
body.hs-site {
  background: #ffffff;
  padding-top: 124px;
}

.main-header.hs-header {
  height: 124px;
}

.hs-header .header-nav {
  min-height: 124px;
  background: #ffffff !important;
  border-bottom: 1px solid rgba(12, 86, 142, 0.12);
  box-shadow: 0 12px 34px rgba(11, 31, 51, 0.08);
}

.hs-topbar {
  color: #ffffff;
  background: linear-gradient(90deg, #0b4f8a 0%, #0a8cba 100%);
  font-size: 13px;
}

.hs-topbar .container-fluid {
  max-width: 1340px;
}

.hs-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  gap: 20px;
}

.hs-topbar-left,
.hs-topbar-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.hs-topbar a,
.hs-topbar span {
  color: rgba(255, 255, 255, 0.94) !important;
  line-height: 1.35;
}

.hs-topbar i {
  margin-right: 6px;
}

.hs-header .header-nav-wrapper {
  background: #ffffff;
}

.hs-header .menuzord-brand {
  margin-top: 8px !important;
}

.hs-header .menuzord-brand img {
  max-height: 62px;
}

.hs-header .menuzord-menu > li > a {
  color: #14324c !important;
  font-size: 12px;
  font-weight: 800;
  padding-top: 31px;
  padding-bottom: 29px;
}

.hs-header .menuzord-menu > li.active > a,
.hs-header .menuzord-menu > li > a:hover {
  color: #0a8cba !important;
}

.hs-header .menuzord-menu > li.hs-nav-cta > a {
  background: #0a8cba !important;
  border-radius: 4px !important;
  margin-top: 22px;
}

.hs-header .menuzord-menu > li.hs-nav-cta > a:hover {
  background: #0b4f8a !important;
}

.hs-section {
  padding: 82px 0;
}

.hs-section-alt {
  background: #f4f9fd;
}

.hs-section-heading {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.hs-digialaya-hero {
  position: relative;
  display: block;
  min-height: auto;
  padding: 78px 0 76px;
  color: #14324c;
  background:
    linear-gradient(118deg, rgba(244, 250, 255, 0.98) 0%, rgba(255, 255, 255, 0.98) 52%, rgba(225, 245, 252, 0.92) 100%),
    url("../new-image/banner-digialya.jpg") right center/cover no-repeat;
}

.hs-digialaya-hero:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 100%;
  background: linear-gradient(135deg, rgba(10, 140, 186, 0.12), rgba(18, 163, 106, 0.09));
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.hs-digialaya-hero:after {
  display: none;
}

.hs-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.85fr);
  align-items: center;
  gap: 54px;
}

.hs-digialaya-hero .hs-hero-content {
  max-width: 680px;
  padding: 0;
}

.hs-digialaya-hero .hs-eyebrow {
  color: #0a8cba;
}

.hs-digialaya-hero h1,
.hs-digialaya-hero .main-heading-banner {
  color: #0b1f33 !important;
  font-size: 54px;
  line-height: 1.08;
  letter-spacing: 0;
}

.hs-digialaya-hero p,
.hs-digialaya-hero .main-subheading {
  max-width: 610px;
  color: #536477 !important;
  font-size: 18px !important;
  line-height: 1.78 !important;
}

.hs-hero-visual {
  position: relative;
  min-height: 390px;
  background: #ffffff;
  border: 1px solid #dbeaf4;
  border-radius: 8px;
  box-shadow: 0 24px 62px rgba(11, 31, 51, 0.12);
  padding: 32px;
}

.hs-hero-visual img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-height: 320px;
  object-fit: contain;
}

.hs-float-card {
  position: absolute;
  z-index: 3;
  width: 190px;
  background: #ffffff;
  border: 1px solid #dbeaf4;
  border-left: 4px solid #0a8cba;
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(11, 31, 51, 0.13);
  padding: 13px 14px;
}

.hs-float-card strong {
  display: block;
  color: #0b1f33;
  font-size: 15px;
  line-height: 1.2;
}

.hs-float-card span {
  display: block;
  color: #5d6b7a;
  font-size: 12px;
  line-height: 1.45;
  margin-top: 4px;
}

.hs-float-card-one {
  left: -18px;
  bottom: 44px;
}

.hs-float-card-two {
  right: -18px;
  top: 48px;
  border-left-color: #12a36a;
}

.hs-digi-proof {
  margin-top: 0;
  background: #ffffff;
  border-top: 1px solid #e3eef6;
  border-bottom: 1px solid #e3eef6;
}

.hs-digi-proof .hs-proof-grid {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.hs-digi-proof .hs-proof-item {
  min-height: 104px;
  border-right: 1px solid #e3eef6;
  padding: 24px 20px;
}

.hs-digi-about .row,
.hs-sms-showcase .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.hs-image-frame {
  background: #ffffff;
  border: 1px solid #dbeaf4;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(11, 31, 51, 0.1);
  padding: 24px;
}

.hs-image-frame-soft {
  background: linear-gradient(135deg, #ffffff, #eff9fc);
}

.hs-image-frame img {
  display: block;
  margin: 0 auto;
  max-height: 340px;
  object-fit: contain;
}

.hs-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.hs-offer-card {
  position: relative;
  min-height: 100%;
  background: #ffffff;
  border: 1px solid #dbeaf4;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(11, 31, 51, 0.07);
  padding: 28px;
}

.hs-offer-card:hover {
  border-color: rgba(10, 140, 186, 0.38);
  box-shadow: 0 22px 48px rgba(11, 31, 51, 0.12);
}

.hs-offer-card h3 {
  color: #0b1f33;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 10px;
}

.hs-offer-card p {
  color: #5d6b7a;
  min-height: 78px;
  margin-bottom: 18px;
}

.hs-offer-card a {
  color: #0a8cba;
  font-weight: 800;
}

.hs-offer-card a:after {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 8px;
}

.hs-offer-card .hs-card-icon,
.hs-mini-grid i {
  color: #ffffff;
  background: linear-gradient(135deg, #0b4f8a, #0a8cba);
}

.hs-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.hs-mini-grid div {
  background: #ffffff;
  border: 1px solid #dbeaf4;
  border-radius: 8px;
  padding: 18px;
}

.hs-mini-grid i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 6px;
  margin-bottom: 12px;
}

.hs-mini-grid strong,
.hs-mini-grid span {
  display: block;
}

.hs-mini-grid strong {
  color: #0b1f33;
  font-size: 15px;
  margin-bottom: 4px;
}

.hs-mini-grid span {
  color: #5d6b7a;
  font-size: 13px;
  line-height: 1.55;
}

.hs-digi-stats {
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(8, 42, 78, 0.96), rgba(10, 140, 186, 0.92)),
    url("../new-image/computer-coffee-banner.jpg") center/cover no-repeat;
  padding: 50px 0;
}

.hs-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.hs-stats-grid div {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  padding: 22px;
}

.hs-stats-grid strong {
  display: block;
  color: #ffffff;
  font-size: 23px;
  font-weight: 800;
  margin-bottom: 6px;
}

.hs-stats-grid span {
  display: block;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  line-height: 1.55;
}

.hs-feature-row {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  align-items: center;
  gap: 32px;
  background: #ffffff;
  border: 1px solid #dbeaf4;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(11, 31, 51, 0.06);
  padding: 28px;
  margin-bottom: 22px;
}

.hs-feature-row.reverse {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.55fr);
}

.hs-feature-row.reverse .hs-feature-media {
  order: 2;
}

.hs-feature-media img {
  display: block;
  width: 100%;
  max-height: 220px;
  object-fit: contain;
}

.hs-feature-copy h3 {
  color: #0b1f33;
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 10px;
}

.hs-feature-copy p {
  color: #5d6b7a;
  line-height: 1.75;
  margin-bottom: 18px;
}

.hs-price-preview {
  background: #ffffff;
}

.hs-price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.hs-price-grid article {
  min-height: 100%;
  text-align: center;
  background: #ffffff;
  border: 1px solid #dbeaf4;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(11, 31, 51, 0.07);
  padding: 26px 20px;
}

.hs-price-grid img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin: 0 auto 16px;
}

.hs-price-grid h3 {
  color: #0b1f33;
  font-size: 19px;
  font-weight: 800;
  margin: 0 0 8px;
}

.hs-price-grid p {
  color: #5d6b7a;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

.hs-help-section {
  background:
    linear-gradient(135deg, rgba(244, 250, 255, 0.96), rgba(255, 255, 255, 0.98)),
    url("../new-image/features-bg.jpg") center/cover no-repeat;
}

.hs-help-section .hs-form-panel,
.hs-help-section .hs-contact-panel {
  border-radius: 8px !important;
}

@media (max-width: 1199px) {
  body.hs-site {
    padding-top: 116px;
  }

  .main-header.hs-header,
  .hs-header .header-nav {
    min-height: 116px;
    height: 116px;
  }

  .hs-topbar-left span {
    display: none;
  }

  .hs-header .menuzord-menu > li > a {
    font-size: 11.5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .hs-hero-layout {
    gap: 34px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.74fr);
  }

  .hs-digialaya-hero h1 {
    font-size: 46px;
  }
}

@media (max-width: 991px) {
  body.hs-site {
    padding-top: 78px;
  }

  .main-header.hs-header,
  .hs-header .header-nav {
    min-height: 78px;
    height: auto;
  }

  .hs-topbar {
    display: none;
  }

  .hs-header .menuzord-brand {
    margin-top: 8px !important;
  }

  .hs-header .menuzord-brand img {
    max-height: 54px;
  }

  .hs-header .menuzord-menu > li > a,
  .hs-header .menuzord-menu > li.hs-nav-cta > a {
    margin-top: 0;
    padding: 13px 16px;
  }

  .hs-digialaya-hero {
    padding: 56px 0;
  }

  .hs-hero-layout,
  .hs-feature-row,
  .hs-feature-row.reverse {
    grid-template-columns: 1fr;
  }

  .hs-feature-row.reverse .hs-feature-media {
    order: 0;
  }

  .hs-hero-visual {
    min-height: 0;
  }

  .hs-float-card {
    position: static;
    width: auto;
    margin-top: 12px;
  }

  .hs-offer-grid,
  .hs-stats-grid,
  .hs-price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .hs-digialaya-hero h1 {
    font-size: 34px !important;
  }

  .hs-digialaya-hero p {
    font-size: 16px !important;
  }

  .hs-section {
    padding: 52px 0;
  }

  .hs-offer-grid,
  .hs-mini-grid,
  .hs-stats-grid,
  .hs-price-grid {
    grid-template-columns: 1fr;
  }

  .hs-hero-visual,
  .hs-image-frame,
  .hs-feature-row {
    padding: 18px;
  }

  .hs-digi-proof .hs-proof-item {
    border-right: 0;
    border-bottom: 1px solid #e3eef6;
  }
}

/* Scroll and responsive pricing fixes */
body.hs-site {
  padding-top: 0;
  overflow-x: hidden;
}

.hs-site .main-content > section[id],
.hs-site .hs-section[id],
.hs-site .hs-service-section[id],
.hs-site .hs-service-cta[id],
.hs-site .hs-page-hero[id] {
  scroll-margin-top: 138px;
}

.hs-rate-table {
  table-layout: fixed;
}

.hs-rate-table th:first-child,
.hs-rate-table td:first-child {
  width: 24%;
}

.hs-rate-table td:first-child {
  color: #0b1f33;
  font-weight: 800;
}

@media (max-width: 1199px) {
  body.hs-site {
    padding-top: 0;
  }

  .hs-site .main-content > section[id],
  .hs-site .hs-section[id],
  .hs-site .hs-service-section[id],
  .hs-site .hs-service-cta[id],
  .hs-site .hs-page-hero[id] {
    scroll-margin-top: 130px;
  }
}

@media (max-width: 900px) {
  .hs-header .menuzord-responsive .menuzord-menu.scrollable {
    max-height: calc(100vh - 78px) !important;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991px) {
  body.hs-site {
    padding-top: 0;
  }

  .hs-site .main-content > section[id],
  .hs-site .hs-section[id],
  .hs-site .hs-service-section[id],
  .hs-site .hs-service-cta[id],
  .hs-site .hs-page-hero[id] {
    scroll-margin-top: 92px;
  }
}

@media (max-width: 767px) {
  body.hs-site {
    padding-top: 0;
  }

  .hs-service-nav .container {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-overflow-scrolling: touch;
  }

  .hs-service-nav a {
    flex: 0 0 auto;
  }

  .hs-rate-card {
    overflow: visible;
  }

  .hs-rate-table-wrap {
    overflow: visible;
    padding: 14px;
  }

  .hs-rate-table {
    display: block;
    width: 100%;
    min-width: 0;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: auto;
  }

  .hs-rate-table thead {
    display: none;
  }

  .hs-rate-table tbody,
  .hs-rate-table tr,
  .hs-rate-table td {
    display: block;
    width: 100% !important;
  }

  .hs-rate-table tr {
    background: #ffffff;
    border: 1px solid #e2ebf2;
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(11, 31, 51, 0.05);
    margin-bottom: 12px;
    overflow: hidden;
  }

  .hs-rate-table tr:last-child {
    margin-bottom: 0;
  }

  .hs-rate-table td {
    border-bottom: 1px solid #e2ebf2;
    color: #182534;
    font-size: 14px;
    line-height: 1.55;
    padding: 12px 14px;
  }

  .hs-rate-table td:last-child {
    border-bottom: 0;
  }

  .hs-rate-table td:before {
    content: attr(data-label);
    display: block;
    color: #155e9f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.3px;
    line-height: 1.2;
    margin-bottom: 5px;
    text-transform: uppercase;
  }

  .hs-price-notes {
    padding: 18px 18px 0;
  }

  .hs-rate-actions {
    display: grid;
    grid-template-columns: 1fr;
    padding: 20px 18px 22px;
  }
}

@media (max-width: 991px) {
  .hs-header .header-nav.navbar-fixed-top {
    position: relative;
    top: auto;
  }

  .main-header.hs-header,
  .hs-header .header-nav {
    height: auto;
    min-height: 0;
  }

  .hs-header .menuzord-responsive .menuzord-menu.scrollable {
    max-height: none !important;
    overflow: visible !important;
  }
}

/* 2026 modern color refresh and WABA pricing cards */
:root {
  --hs-navy: #061826;
  --hs-blue: #087f8c;
  --hs-teal: #00a8a8;
  --hs-green: #16a34a;
  --hs-gold: #f59e0b;
  --hs-coral: #f97316;
  --hs-ink: #132433;
  --hs-muted: #5b6777;
  --hs-line: #d8e6ec;
  --hs-soft: #f5faf9;
  --hs-white: #ffffff;
}

body.hs-site {
  color: var(--hs-ink);
  background: linear-gradient(180deg, #f8fcfb 0, #ffffff 520px);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

.hs-site a {
  color: var(--hs-blue);
}

.hs-site a:hover,
.hs-site a:focus {
  color: var(--hs-coral);
}

.hs-header .header-nav {
  background: rgba(255, 255, 255, 0.98) !important;
  border-bottom: 1px solid rgba(6, 24, 38, 0.08);
  box-shadow: 0 16px 44px rgba(6, 24, 38, 0.1);
}

.hs-topbar {
  background: #061826 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hs-topbar a,
.hs-topbar span {
  color: rgba(255, 255, 255, 0.88) !important;
}

.hs-topbar i {
  color: #7dd3c7;
}

.hs-header .menuzord-menu > li > a {
  color: #193044 !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.hs-header .menuzord-menu > li.active > a,
.hs-header .menuzord-menu > li > a:hover {
  color: var(--hs-blue) !important;
}

.hs-header .dropdown {
  border-color: rgba(6, 24, 38, 0.08);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(6, 24, 38, 0.16);
}

.hs-header .dropdown li a:hover {
  background: #eef8f6;
  color: var(--hs-blue);
}

.hs-header .menuzord-menu > li.hs-nav-cta > a,
.hs-btn,
.hs-site .btn-theme-colored,
.hs-site a.btn.pro_btn.get,
.hs-site .pro_btn {
  background: linear-gradient(135deg, #087f8c, #0f766e) !important;
  border-color: #087f8c !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 26px rgba(8, 127, 140, 0.22);
}

.hs-header .menuzord-menu > li.hs-nav-cta > a:hover,
.hs-btn:hover,
.hs-site .btn-theme-colored:hover,
.hs-site a.btn.pro_btn.get:hover,
.hs-site .pro_btn:hover {
  background: linear-gradient(135deg, #061826, #12334a) !important;
  border-color: #061826 !important;
  box-shadow: 0 14px 28px rgba(6, 24, 38, 0.24);
}

.hs-btn.hs-btn-light {
  color: #061826 !important;
  background: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 14px 28px rgba(6, 24, 38, 0.12);
}

.hs-btn.hs-btn-outline {
  color: var(--hs-blue) !important;
  background: #ffffff !important;
  border-color: rgba(8, 127, 140, 0.32) !important;
  box-shadow: none;
}

.hs-btn.hs-btn-outline:hover {
  color: #ffffff !important;
  background: var(--hs-blue) !important;
  border-color: var(--hs-blue) !important;
}

.hs-title,
.hs-site .title,
.hs-service-heading h2,
.hs-page-hero h1,
.hs-service-hero h1 {
  color: var(--hs-navy) !important;
  letter-spacing: 0;
}

.hs-eyebrow,
.hs-service-badge {
  color: var(--hs-blue) !important;
  letter-spacing: 0.9px;
}

.hs-eyebrow:before,
.hs-service-badge:before {
  background: var(--hs-gold) !important;
}

.hs-lead,
.hs-service-heading p,
.hs-service-panel p,
.hs-detail-card p,
.hs-process-card p,
.hs-price-grid p,
.hs-offer-card p,
.hs-feature-copy p {
  color: var(--hs-muted);
}

.hs-section-alt,
.hs-service-section.alt {
  background: #f4faf8 !important;
}

.hs-digialaya-hero {
  padding: 86px 0 84px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.99) 0%, rgba(247, 252, 250, 0.98) 49%, rgba(222, 245, 239, 0.92) 100%),
    url("../new-image/banner-digialya.jpg") right center/cover no-repeat !important;
}

.hs-digialaya-hero:before {
  width: 47%;
  background: linear-gradient(135deg, rgba(8, 127, 140, 0.14), rgba(245, 158, 11, 0.08));
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}

.hs-digialaya-hero h1,
.hs-digialaya-hero .main-heading-banner {
  max-width: 760px;
  color: #061826 !important;
  font-size: 56px;
}

.hs-digialaya-hero p,
.hs-digialaya-hero .main-subheading {
  color: #4e5d6c !important;
}

.hs-hero-visual,
.hs-image-frame,
.hs-feature-row,
.hs-card,
.hs-site .post.bg-white,
.hs-site .icon-box,
.hs-site .pricing,
.hs-contact-panel,
.hs-form-panel,
.hs-service-panel,
.hs-detail-card,
.hs-process-card,
.hs-usecase,
.hs-pricing-card,
.hs-price-grid article,
.hs-rate-card,
.hs-plan-card {
  background: #ffffff !important;
  border: 1px solid rgba(6, 24, 38, 0.09) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 42px rgba(6, 24, 38, 0.08);
}

.hs-hero-visual {
  box-shadow: 0 28px 70px rgba(6, 24, 38, 0.14);
}

.hs-hero-visual:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 127, 140, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(8, 127, 140, 0.06) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none;
}

.hs-float-card {
  border: 1px solid rgba(6, 24, 38, 0.08);
  border-left: 4px solid var(--hs-gold);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(6, 24, 38, 0.14);
}

.hs-float-card-two {
  border-left-color: var(--hs-green);
}

.hs-proof-item strong,
.hs-stats-grid strong,
.hs-price-grid h3,
.hs-offer-card h3,
.hs-feature-copy h3,
.hs-service-panel h3,
.hs-detail-card h3,
.hs-process-card h3,
.hs-usecase,
.hs-pricing-card h3,
.hs-plan-card h3 {
  color: var(--hs-navy);
}

.hs-offer-card,
.hs-detail-card,
.hs-process-card,
.hs-price-grid article,
.hs-pricing-card,
.hs-usecase,
.hs-mini-grid div,
.hs-plan-card {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.hs-offer-card:hover,
.hs-detail-card:hover,
.hs-process-card:hover,
.hs-price-grid article:hover,
.hs-pricing-card:hover,
.hs-usecase:hover,
.hs-mini-grid div:hover,
.hs-plan-card:hover {
  border-color: rgba(8, 127, 140, 0.28) !important;
  box-shadow: 0 24px 56px rgba(6, 24, 38, 0.13);
  transform: translateY(-3px);
}

.hs-card-icon,
.hs-detail-card .icon,
.hs-mini-grid i,
.hs-process-card:before {
  color: #ffffff !important;
  background: linear-gradient(135deg, #087f8c, #16a34a) !important;
  border: 0 !important;
  border-radius: 8px !important;
}

.hs-offer-card:nth-child(2n) .hs-card-icon,
.hs-detail-card:nth-child(2n) .icon {
  background: linear-gradient(135deg, #f59e0b, #f97316) !important;
}

.hs-feature-list li,
.hs-detail-list li {
  background: #f7fbfa !important;
  border: 1px solid rgba(8, 127, 140, 0.12);
  border-radius: 8px;
}

.hs-feature-list li:before,
.hs-detail-list li:before,
.hs-pricing-card li:before,
.hs-plan-card li:before {
  color: var(--hs-green);
}

.hs-digi-stats,
.hs-band,
.hs-page-hero,
.hs-service-hero,
.hs-service-cta {
  background:
    linear-gradient(135deg, rgba(6, 24, 38, 0.96) 0%, rgba(10, 68, 79, 0.94) 55%, rgba(8, 127, 140, 0.92) 100%),
    url("../new-image/computer-coffee-banner.jpg") center/cover no-repeat !important;
}

.hs-service-hero:after {
  display: none;
}

.hs-page-hero h1,
.hs-page-hero p,
.hs-page-hero .hs-eyebrow,
.hs-service-hero h1,
.hs-service-hero p,
.hs-service-hero .hs-service-badge,
.hs-service-cta h2,
.hs-service-cta p {
  color: #ffffff !important;
}

.hs-service-hero-media,
.hs-service-meta div,
.hs-stats-grid div {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 8px;
  box-shadow: none;
}

.hs-service-nav {
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: rgba(6, 24, 38, 0.08);
  box-shadow: 0 12px 24px rgba(6, 24, 38, 0.06);
}

.hs-service-nav a {
  color: #0b625f;
  background: #eef8f6;
  border-color: rgba(8, 127, 140, 0.16);
  border-radius: 999px;
}

.hs-service-nav a:hover {
  color: #ffffff;
  background: var(--hs-blue);
  border-color: var(--hs-blue);
}

.hs-site .form-control {
  border-color: rgba(6, 24, 38, 0.14);
  border-radius: 8px;
  min-height: 46px;
}

.hs-site .form-control:focus {
  border-color: var(--hs-blue);
  box-shadow: 0 0 0 4px rgba(8, 127, 140, 0.12);
}

.hs-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 0 0 28px;
}

.hs-service-details-section {
  background:
    linear-gradient(135deg, rgba(244, 250, 248, 0.98), rgba(255, 255, 255, 0.98)) !important;
}

.hs-service-detail-layout {
  align-items: stretch;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
}

.hs-service-check-panel {
  height: 100%;
}

.hs-more-detail-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hs-more-detail-card {
  background: #ffffff;
  border: 1px solid rgba(6, 24, 38, 0.09);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(6, 24, 38, 0.08);
  padding: 24px;
}

.hs-more-detail-card .icon {
  align-items: center;
  background: linear-gradient(135deg, #087f8c, #16a34a);
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  margin-bottom: 15px;
  width: 42px;
}

.hs-more-detail-card:nth-child(2) .icon {
  background: linear-gradient(135deg, #f59e0b, #f97316);
}

.hs-more-detail-card h3 {
  color: var(--hs-navy);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 9px;
}

.hs-more-detail-card p {
  color: var(--hs-muted);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.hs-detail-highlight-strip {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid rgba(6, 24, 38, 0.09);
  border-radius: 8px;
  background: rgba(6, 24, 38, 0.09);
  box-shadow: 0 14px 34px rgba(6, 24, 38, 0.07);
}

.hs-detail-highlight-strip div {
  background: #ffffff;
  padding: 22px;
}

.hs-detail-highlight-strip strong {
  color: var(--hs-navy);
  display: block;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 7px;
}

.hs-detail-highlight-strip span {
  color: var(--hs-muted);
  display: block;
  font-size: 13px;
  line-height: 1.6;
}

.hs-plan-card {
  position: relative;
  padding: 30px;
}

.hs-plan-card.featured {
  border-color: rgba(245, 158, 11, 0.45) !important;
  box-shadow: 0 24px 58px rgba(245, 158, 11, 0.14);
}

.hs-plan-badge {
  display: inline-flex;
  align-items: center;
  color: #064e4b;
  background: #ecfdf5;
  border: 1px solid rgba(22, 163, 74, 0.2);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-bottom: 16px;
  padding: 8px 11px;
  text-transform: uppercase;
}

.hs-plan-card.featured .hs-plan-badge {
  color: #061826;
  background: linear-gradient(135deg, #f59e0b, #f97316);
  border-color: transparent;
}

.hs-plan-card h3 {
  font-size: 25px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 10px;
}

.hs-plan-card p {
  color: var(--hs-muted);
  line-height: 1.65;
  margin: 0 0 18px;
}

.hs-plan-price {
  align-items: baseline;
  display: flex;
  gap: 8px;
  margin: 0 0 20px;
}

.hs-plan-price span {
  color: var(--hs-navy);
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.hs-plan-price small {
  color: var(--hs-muted);
  font-size: 14px;
  font-weight: 800;
}

.hs-plan-card ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.hs-plan-card li {
  position: relative;
  color: var(--hs-ink);
  font-size: 14px;
  line-height: 1.55;
  padding-left: 26px;
}

.hs-plan-card li:before {
  content: "\f00c";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  top: 1px;
}

.hs-rate-source,
.hs-rate-table th {
  color: #064e4b;
  background: #eef8f6;
}

.hs-footer {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(6, 24, 38, 0.98), rgba(8, 49, 54, 0.96)),
    url("../new-image/computer-coffee-banner.jpg") center/cover no-repeat !important;
}

.hs-footer .container {
  padding-top: 52px;
}

.hs-footer-hero {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 38px;
  padding: 26px;
}

.hs-footer-kicker {
  color: #7dd3c7;
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.hs-footer-hero h2 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 8px;
}

.hs-footer-hero p {
  color: rgba(255, 255, 255, 0.76) !important;
  margin: 0;
  max-width: 760px;
}

.hs-footer-actions {
  display: grid;
  gap: 10px;
}

.hs-footer-actions a,
.hs-footer-contact-grid a {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #ffffff !important;
  display: flex;
  gap: 10px;
  font-weight: 800;
  padding: 12px 14px;
}

.hs-footer-actions i,
.hs-footer-contact-grid i {
  color: #7dd3c7;
  font-size: 16px;
}

.hs-footer-main {
  align-items: stretch;
}

.hs-footer h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 16px;
}

.hs-footer li {
  margin-bottom: 9px;
}

.hs-footer li a {
  position: relative;
}

.hs-footer li a:before {
  color: #7dd3c7;
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 8px;
}

.hs-footer-brand p {
  color: rgba(255, 255, 255, 0.76) !important;
}

.hs-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 18px;
}

.hs-footer-badges span {
  color: #ffffff;
  background: rgba(125, 211, 199, 0.12);
  border: 1px solid rgba(125, 211, 199, 0.18);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 10px;
}

.hs-footer-contact-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 22px;
}

.hs-footer-contact-grid {
  display: grid;
  gap: 10px;
  margin: 16px 0;
}

.hs-footer-contact-grid span {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.35;
}

.hs-footer-contact-grid strong {
  color: #ffffff;
}

.hs-footer-legal-links {
  color: rgba(255, 255, 255, 0.55) !important;
  margin-bottom: 0;
}

.hs-footer-legal-links span {
  display: inline-block;
  margin: 0 7px;
}

.hs-footer-bottom {
  background: rgba(2, 12, 19, 0.62);
}

.scrollToTop {
  background: var(--hs-blue);
  border-radius: 8px;
}

@media (max-width: 1199px) {
  .hs-digialaya-hero h1,
  .hs-digialaya-hero .main-heading-banner {
    font-size: 46px;
  }
}

@media (max-width: 991px) {
  .hs-digialaya-hero {
    padding: 58px 0;
  }

  .hs-footer-hero {
    grid-template-columns: 1fr;
  }

  .hs-plan-grid {
    grid-template-columns: 1fr;
  }

  .hs-service-detail-layout,
  .hs-more-detail-grid,
  .hs-detail-highlight-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .hs-digialaya-hero h1,
  .hs-digialaya-hero .main-heading-banner,
  .hs-page-hero h1,
  .hs-service-hero h1 {
    font-size: 34px !important;
    line-height: 1.16;
  }

  .hs-digialaya-hero p,
  .hs-digialaya-hero .main-subheading,
  .hs-page-hero p,
  .hs-service-hero p {
    font-size: 16px !important;
  }

  .hs-plan-price span {
    font-size: 34px;
  }

  .hs-footer-hero,
  .hs-footer-contact-card,
  .hs-plan-card {
    padding: 20px;
  }

  .hs-offer-card:hover,
  .hs-detail-card:hover,
  .hs-process-card:hover,
  .hs-price-grid article:hover,
  .hs-pricing-card:hover,
  .hs-usecase:hover,
  .hs-mini-grid div:hover,
  .hs-plan-card:hover {
    transform: none;
  }
}


.hs-industry-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:20px;margin-top:40px}.hs-industry-card{background:#fff;border-radius:18px;padding:22px;text-align:center;font-weight:700;box-shadow:0 10px 30px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.05)}.hs-faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:40px}.hs-faq-card{background:#fff;padding:28px;border-radius:20px;box-shadow:0 12px 35px rgba(0,0,0,.08)}.hs-faq-card h3{font-size:20px;margin-bottom:12px}.hs-service-hero{background:linear-gradient(135deg,#0f172a,#1e293b 55%,#2563eb);}.hs-btn{border-radius:999px}.hs-offer-card,.hs-detail-card,.hs-process-card,.hs-more-detail-card{transition:all .3s ease}.hs-offer-card:hover,.hs-detail-card:hover,.hs-process-card:hover,.hs-more-detail-card:hover{transform:translateY(-8px);box-shadow:0 18px 40px rgba(37,99,235,.15)}

/* OTP verification UI */
.hs-otp-box {
  margin-top: 10px;
  padding: 12px;
  border: 1px solid rgba(14, 95, 84, 0.18);
  border-radius: 14px;
  background: rgba(14, 95, 84, 0.04);
}
.hs-otp-row {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.hs-otp-row .form-control {
  flex: 1;
}
.hs-otp-status {
  display: block;
  margin-top: 8px;
  color: #5f6b6b;
  font-weight: 600;
}
.hs-otp-box.verified {
  border-color: rgba(0, 140, 80, 0.35);
  background: rgba(0, 140, 80, 0.07);
}
.hs-otp-box.verified .hs-otp-status {
  color: #067a46;
}
@media (max-width: 480px) {
  .hs-otp-row {
    flex-direction: column;
  }
}

/* HisarSMS 2026 customer-impression redesign theme */
:root {
  --hs-navy: #07111f;
  --hs-blue: #2563eb;
  --hs-teal: #14b8a6;
  --hs-green: #22c55e;
  --hs-gold: #f59e0b;
  --hs-ink: #111827;
  --hs-muted: #64748b;
  --hs-line: #e2e8f0;
  --hs-soft: #f8fafc;
  --hs-lavender: #eef2ff;
  --hs-coral: #fb7185;
}
body.hs-site {background: linear-gradient(180deg,#f8fafc 0%,#ffffff 34%,#f1f5f9 100%) !important; color: var(--hs-ink) !important;}
.hs-header .header-nav {background: rgba(255,255,255,.86) !important; backdrop-filter: blur(18px); border-bottom: 1px solid rgba(37,99,235,.13); box-shadow: 0 18px 50px rgba(15,23,42,.10) !important;}
.hs-topbar {background: linear-gradient(90deg,#07111f,#172554,#0f766e) !important;}
.hs-header .menuzord-menu > li > a {color:#0f172a !important; border-radius:999px; margin-top:10px; padding:10px 12px !important;}
.hs-header .menuzord-menu > li.active > a,.hs-header .menuzord-menu > li:hover > a {background: linear-gradient(135deg,rgba(37,99,235,.12),rgba(20,184,166,.12)) !important; color:#1d4ed8 !important;}
.hs-header .dropdown {border:0 !important; border-radius:20px !important; overflow:hidden; box-shadow:0 26px 70px rgba(15,23,42,.20) !important; padding:10px !important;}
.hs-header .dropdown li a {border-radius:12px; font-weight:700 !important;}
.hs-digialaya-hero,.hs-page-hero,.hs-service-hero.hs-neo-hero {position:relative; overflow:hidden; background: radial-gradient(circle at 12% 20%, rgba(20,184,166,.35), transparent 28%), radial-gradient(circle at 86% 12%, rgba(251,113,133,.30), transparent 28%), linear-gradient(135deg,#08111f 0%,#172554 44%,#0f766e 100%) !important;}
.hs-digialaya-hero:before,.hs-page-hero:before,.hs-service-hero.hs-neo-hero:before {content:""; position:absolute; inset:0; background-image: linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px); background-size:42px 42px; mask-image:linear-gradient(180deg,rgba(0,0,0,.85),rgba(0,0,0,.2)); pointer-events:none;}
.hs-service-hero-grid,.hs-digialaya-hero .container,.hs-page-hero .container {position:relative; z-index:1;}
.hs-service-hero h1,.hs-page-hero h1,.hs-digialaya-hero h1,.main-heading-banner {font-weight:900 !important; letter-spacing:-1.6px; color:#fff !important; text-shadow:0 10px 34px rgba(0,0,0,.25);}
.hs-service-hero p,.hs-page-hero p,.hs-digialaya-hero p,.main-subheading {color:rgba(255,255,255,.86) !important; font-size:18px !important;}
.hs-service-badge,.hs-eyebrow {display:inline-flex; align-items:center; gap:8px; background:rgba(20,184,166,.12); color:#0f766e; border:1px solid rgba(20,184,166,.25); border-radius:999px; padding:8px 14px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; font-size:11px;}
.hs-service-hero .hs-service-badge {background:rgba(255,255,255,.14); color:#a7f3d0; border-color:rgba(255,255,255,.24);}
.hs-btn,.btn-theme-colored {background:linear-gradient(135deg,#2563eb,#14b8a6) !important; color:#fff !important; border:0 !important; border-radius:999px !important; padding:13px 22px !important; box-shadow:0 16px 34px rgba(37,99,235,.25); font-weight:900 !important; letter-spacing:.01em;}
.hs-btn:hover,.btn-theme-colored:hover {transform:translateY(-2px); box-shadow:0 22px 44px rgba(20,184,166,.28); color:#fff !important;}
.hs-btn-ghost,.hs-btn-outline {background:rgba(255,255,255,.12) !important; border:1px solid rgba(255,255,255,.34) !important; color:#fff !important; box-shadow:none;}
.hs-service-section {padding:82px 0 !important;}
.hs-service-section.alt,.hs-modern-section.alt {background:linear-gradient(180deg,#eef2ff 0%,#f8fafc 100%) !important;}
.hs-service-heading h2,.hs-title {font-size:38px; line-height:1.14; font-weight:900 !important; letter-spacing:-.8px; color:#0f172a !important;}
.hs-service-heading p,.hs-service-panel p,.hs-detail-card p,.hs-more-detail-card p,.hs-faq-card p,.hs-module-grid p {color:#64748b !important; font-size:16px;}
.hs-premium-panel,.hs-service-panel,.hs-detail-card,.hs-more-detail-card,.hs-process-card,.hs-faq-card,.hs-industry-card,.hs-plan-card,.hs-rate-card,.hs-module-grid article {background:rgba(255,255,255,.88) !important; border:1px solid rgba(148,163,184,.22) !important; border-radius:26px !important; box-shadow:0 24px 70px rgba(15,23,42,.08) !important;}
.hs-dark-panel {background:linear-gradient(135deg,#0f172a,#172554) !important; color:#fff !important;}
.hs-dark-panel h3,.hs-dark-panel p,.hs-dark-panel li {color:#fff !important;}
.hs-detail-list li {position:relative; margin-bottom:12px; padding-left:30px; color:#334155;}
.hs-detail-list li:before {content:"\f00c"; font-family:FontAwesome; position:absolute; left:0; top:0; width:20px; height:20px; border-radius:50%; background:linear-gradient(135deg,#22c55e,#14b8a6); color:#fff; font-size:10px; line-height:20px; text-align:center;}
.hs-service-meta > div {background:rgba(255,255,255,.14) !important; border:1px solid rgba(255,255,255,.22) !important; border-radius:20px !important; backdrop-filter:blur(12px);}
.hs-glass-media {background:rgba(255,255,255,.14) !important; border:1px solid rgba(255,255,255,.22) !important; border-radius:34px !important; padding:28px !important; box-shadow:0 28px 80px rgba(0,0,0,.22);}
.hs-glass-media img {filter:drop-shadow(0 22px 34px rgba(0,0,0,.18));}
.hs-hero-note {margin-top:18px; display:inline-flex; align-items:center; gap:8px; color:#fff; font-weight:900; background:rgba(15,23,42,.48); border:1px solid rgba(255,255,255,.16); border-radius:999px; padding:10px 14px;}
.hs-sticky-service-nav {background:rgba(255,255,255,.88) !important; backdrop-filter:blur(18px); border-bottom:1px solid rgba(148,163,184,.24); box-shadow:0 16px 40px rgba(15,23,42,.07);}
.hs-sticky-service-nav a {font-weight:900; color:#334155 !important; border-radius:999px; padding:9px 12px;}
.hs-sticky-service-nav a:hover {background:#dbeafe; color:#1d4ed8 !important;}
.hs-detail-card .icon,.hs-more-detail-card .icon {background:linear-gradient(135deg,#2563eb,#14b8a6) !important; color:#fff !important; box-shadow:0 14px 32px rgba(37,99,235,.22);}
.hs-detail-card:hover,.hs-more-detail-card:hover,.hs-process-card:hover,.hs-faq-card:hover,.hs-module-grid article:hover,.hs-industry-card:hover {transform:translateY(-8px); box-shadow:0 30px 80px rgba(37,99,235,.16) !important; border-color:rgba(37,99,235,.26) !important;}
.hs-module-grid {display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:22px; margin-top:36px;}
.hs-module-grid article {padding:28px; position:relative; overflow:hidden;}
.hs-module-grid article:before {content:""; position:absolute; top:0; left:0; right:0; height:5px; background:linear-gradient(90deg,#2563eb,#14b8a6,#f59e0b);}
.hs-module-grid h3,.hs-faq-card h3,.hs-detail-card h3,.hs-more-detail-card h3,.hs-process-card h3 {font-weight:900 !important; color:#0f172a !important;}
.hs-usecase {background:#fff !important; border:1px solid rgba(37,99,235,.15) !important; border-radius:18px !important; box-shadow:0 14px 34px rgba(15,23,42,.07) !important; font-weight:900;}
.hs-usecase span {background:linear-gradient(135deg,#2563eb,#14b8a6) !important; color:#fff !important;}
.hs-industry-card {background:linear-gradient(180deg,#fff,#f8fafc) !important; color:#0f172a;}
.hs-detail-highlight-strip {border-radius:26px; background:linear-gradient(135deg,#0f172a,#172554,#0f766e) !important; padding:26px; box-shadow:0 22px 60px rgba(15,23,42,.18);}
.hs-detail-highlight-strip div {background:rgba(255,255,255,.10) !important; border:1px solid rgba(255,255,255,.15) !important; border-radius:20px; padding:18px;}
.hs-detail-highlight-strip strong,.hs-detail-highlight-strip span {color:#fff !important;}
.hs-process-card {counter-increment:process; position:relative; padding-top:54px !important;}
.hs-process-card:before {content:counter(process); position:absolute; top:20px; left:24px; width:34px; height:34px; display:grid; place-items:center; border-radius:12px; color:#fff; font-weight:900; background:linear-gradient(135deg,#2563eb,#14b8a6);}
.hs-process-grid {counter-reset:process;}
.hs-modern-cta {background:radial-gradient(circle at 10% 10%, rgba(20,184,166,.30), transparent 24%), linear-gradient(135deg,#07111f,#172554,#0f766e) !important;}
.hs-modern-cta h2,.hs-modern-cta p {color:#fff !important;}
.hs-footer {background:linear-gradient(135deg,#07111f,#172554,#042f2e) !important;}
@media(max-width:767px){.hs-service-section{padding:56px 0 !important}.hs-service-heading h2,.hs-title{font-size:30px}.hs-header .menuzord-menu > li > a{border-radius:12px;margin-top:0}.hs-module-grid{grid-template-columns:1fr}}
